home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 426-450 / disk_436 / aztecarp / source.lzh / Glue / FindNext.asm < prev    next >
Assembly Source File  |  1990-12-05  |  152b  |  15 lines

  1.     section    text,code
  2.  
  3.     xref    _ArpBase
  4.     xdef    _FindNext
  5.  
  6. _FindNext:
  7.     pea    (a6)
  8.     move.l    _ArpBase,a6
  9.     move.l    8(sp),a0
  10.     jsr    -444(a6)
  11.     move.l    (sp)+,a6
  12.     rts
  13.  
  14.     end
  15.